home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / pdflib / bind / vb / pdflib_vb.def < prev    next >
Text File  |  1999-12-06  |  3KB  |  114 lines

  1.  ;---------------------------------------------------------------------------*
  2.  ;        PDFlib - A library for dynamically generating PDF files            |
  3.  ;---------------------------------------------------------------------------+
  4.  ;        Copyright (c) 1997-1999 Thomas Merz. All rights reserved.          |
  5.  ;---------------------------------------------------------------------------+
  6.  ;    This software is not in the public domain.  It is subject to the       |
  7.  ;    "Aladdin Free Public License".  See the file license.txt for details.  |
  8.  ;    This license grants you the right to use and redistribute PDFlib       |
  9.  ;    under certain conditions. Among other things, the license requires     |
  10.  ;    that the copyright notice and this notice be preserved on all copies.  |
  11.  ;    This requirement extends to ports to other programming languages.      |
  12.  ;                                                                           |
  13.  ;    In short, you are allowed to develop and use PDFlib-based software     |
  14.  ;    as long as you don't sell it. Commercial use of PDFlib requires a      |
  15.  ;    commercial license which can be obtained from the author of PDFlib.    |
  16.  ;    Contact information can be found in the accompanying PDFlib manual.    |
  17.  ;    PDFlib is distributed with no warranty of any kind. Commercial users,  |
  18.  ;    however, will receive warranty and support statements in writing.      |
  19.  ;---------------------------------------------------------------------------*/
  20.  
  21.  ; pdflib.def
  22.  ;
  23.  ; module definition file for the PDFlib DLL for Visual Basic
  24.  ;
  25.  
  26. LIBRARY pdflib_vb
  27.  
  28. DESCRIPTION "Dynamically generate PDF files"
  29.  
  30. EXPORTS
  31.     PDF_boot
  32.     PDF_shutdown
  33.     PDF_new2
  34.     PDF_get_opaque
  35.     PDF_new
  36.     PDF_delete
  37.     PDF_open_file
  38.     PDF_close
  39.     PDF_begin_page
  40.     PDF_end_page
  41.     PDF_set_transition
  42.     PDF_set_duration
  43.     PDF_set_parameter
  44.     PDF_show
  45.     PDF_show_xy
  46.     PDF_continue_text
  47.     PDF_set_leading
  48.     PDF_set_text_rise
  49.     PDF_set_horiz_scaling
  50.     PDF_set_text_rendering
  51.     PDF_set_text_matrix
  52.     PDF_set_text_pos
  53.     PDF_set_char_spacing
  54.     PDF_set_word_spacing
  55.     PDF_get_fontname
  56.     PDF_get_fontsize
  57.     PDF_get_font
  58.     PDF_stringwidth
  59.     PDF_findfont
  60.     PDF_setfont
  61.     PDF_save
  62.     PDF_restore
  63.     PDF_translate
  64.     PDF_scale
  65.     PDF_rotate
  66.     PDF_setdash
  67.     PDF_setpolydash
  68.     PDF_setflat
  69.     PDF_setlinejoin
  70.     PDF_set_fillrule
  71.     PDF_setlinecap
  72.     PDF_setmiterlimit
  73.     PDF_setlinewidth
  74.     PDF_moveto
  75.     PDF_lineto
  76.     PDF_curveto
  77.     PDF_circle
  78.     PDF_arc
  79.     PDF_rect
  80.     PDF_closepath
  81.     PDF_stroke
  82.     PDF_closepath_stroke
  83.     PDF_fill
  84.     PDF_fill_stroke
  85.     PDF_closepath_fill_stroke
  86.     PDF_endpath
  87.     PDF_clip
  88.     PDF_setgray_fill
  89.     PDF_setgray_stroke
  90.     PDF_setgray
  91.     PDF_setrgbcolor_fill
  92.     PDF_setrgbcolor_stroke
  93.     PDF_setrgbcolor
  94.     PDF_get_image_width
  95.     PDF_get_image_height
  96.     PDF_place_image
  97.     PDF_open_image
  98.     PDF_close_image
  99.     PDF_open_JPEG
  100.     PDF_open_TIFF
  101.     PDF_open_GIF
  102.     PDF_open_CCITT
  103.     PDF_add_bookmark
  104.     PDF_set_info
  105.     PDF_attach_file
  106.     PDF_add_note
  107.     PDF_add_pdflink
  108.     PDF_add_launchlink
  109.     PDF_add_locallink
  110.     PDF_add_weblink
  111.     PDF_set_border_style
  112.     PDF_set_border_color
  113.     PDF_set_border_dash
  114.